@eth-optimism/tokenlist 9.0.43 → 9.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +52 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +52 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-8068565f.d.ts → optimism.tokenlist-d3257bb5.d.ts} +52 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +52 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +52 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-02-
|
|
25
|
+
var timestamp = "2024-02-22T19:50:41.724Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3799,6 +3799,44 @@ var tokens = [
|
|
|
3799
3799
|
opTokenId: "OCEAN"
|
|
3800
3800
|
}
|
|
3801
3801
|
},
|
|
3802
|
+
{
|
|
3803
|
+
chainId: 1,
|
|
3804
|
+
address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
|
|
3805
|
+
name: "Autonolas",
|
|
3806
|
+
symbol: "OLAS",
|
|
3807
|
+
decimals: 18,
|
|
3808
|
+
logoURI: "https://ethereum-optimism.github.io/data/OLAS/logo.svg",
|
|
3809
|
+
extensions: {
|
|
3810
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3811
|
+
opListId: "extended",
|
|
3812
|
+
opTokenId: "OLAS"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
chainId: 10,
|
|
3817
|
+
address: "0xFC2E6e6BCbd49ccf3A5f029c79984372DcBFE527",
|
|
3818
|
+
name: "Autonolas",
|
|
3819
|
+
symbol: "OLAS",
|
|
3820
|
+
decimals: 18,
|
|
3821
|
+
logoURI: "https://ethereum-optimism.github.io/data/OLAS/logo.svg",
|
|
3822
|
+
extensions: {
|
|
3823
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3824
|
+
opListId: "extended",
|
|
3825
|
+
opTokenId: "OLAS"
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
chainId: 5,
|
|
3830
|
+
address: "0xEdfc28215B1Eb6eb0be426f1f529cf691A5C2400",
|
|
3831
|
+
name: "Autonolas",
|
|
3832
|
+
symbol: "OLAS",
|
|
3833
|
+
decimals: 18,
|
|
3834
|
+
logoURI: "https://ethereum-optimism.github.io/data/OLAS/logo.svg",
|
|
3835
|
+
extensions: {
|
|
3836
|
+
opListId: "extended",
|
|
3837
|
+
opTokenId: "OLAS"
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3802
3840
|
{
|
|
3803
3841
|
chainId: 10,
|
|
3804
3842
|
address: "0x4200000000000000000000000000000000000042",
|
|
@@ -4123,6 +4161,18 @@ var tokens = [
|
|
|
4123
4161
|
opTokenId: "PLG"
|
|
4124
4162
|
}
|
|
4125
4163
|
},
|
|
4164
|
+
{
|
|
4165
|
+
chainId: 8453,
|
|
4166
|
+
address: "0xe0231bb166D09A3f0739F7AFAd68438C0fA142a5",
|
|
4167
|
+
name: "Ponder",
|
|
4168
|
+
symbol: "PNDR",
|
|
4169
|
+
decimals: 18,
|
|
4170
|
+
logoURI: "https://ethereum-optimism.github.io/data/PNDR/logo.png",
|
|
4171
|
+
extensions: {
|
|
4172
|
+
opListId: "extended",
|
|
4173
|
+
opTokenId: "PNDR"
|
|
4174
|
+
}
|
|
4175
|
+
},
|
|
4126
4176
|
{
|
|
4127
4177
|
chainId: 1,
|
|
4128
4178
|
address: "0x0cec1a9154ff802e7934fc916ed7ca50bde6844e",
|
|
@@ -7001,7 +7051,7 @@ var tokens = [
|
|
|
7001
7051
|
var version = {
|
|
7002
7052
|
major: 9,
|
|
7003
7053
|
minor: 0,
|
|
7004
|
-
patch:
|
|
7054
|
+
patch: 45
|
|
7005
7055
|
};
|
|
7006
7056
|
var optimism_tokenlist_default = {
|
|
7007
7057
|
name,
|