Add accountsChanged and chainChanged events for NEAR (#301)
This commit is contained in:
parent
e88c5ef7c4
commit
48982a0fcc
@ -111,7 +111,7 @@ export default function SessionProposalModal() {
|
|||||||
near: {
|
near: {
|
||||||
chains: nearChains,
|
chains: nearChains,
|
||||||
methods: nearMethods,
|
methods: nearMethods,
|
||||||
events: [],
|
events: ['accountsChanged', 'chainChanged'],
|
||||||
accounts: nearChains.map(chain => `${chain}:${nearAddresses[0]}`).flat()
|
accounts: nearChains.map(chain => `${chain}:${nearAddresses[0]}`).flat()
|
||||||
},
|
},
|
||||||
polkadot: {
|
polkadot: {
|
||||||
|
Loading…
Reference in New Issue
Block a user