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: {
|
||||
chains: nearChains,
|
||||
methods: nearMethods,
|
||||
events: [],
|
||||
events: ['accountsChanged', 'chainChanged'],
|
||||
accounts: nearChains.map(chain => `${chain}:${nearAddresses[0]}`).flat()
|
||||
},
|
||||
polkadot: {
|
||||
|
Loading…
Reference in New Issue
Block a user